home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / intro.dxr / 00051.ls < prev    next >
Encoding:
Text File  |  1997-04-02  |  313 b   |  17 lines

  1. on exitFrame
  2.   global nFin, bVideoNormal, nIdioma
  3.   if the movieTime of sprite 5 < nFin then
  4.     go(the frame)
  5.   else
  6.     case nIdioma of
  7.       1:
  8.         set nFin to 6935 - 50
  9.       2:
  10.         set nFin to 14460 - 50
  11.       3:
  12.         set nFin to 21990 - 50
  13.     end case
  14.     go("boca" & bVideoNormal)
  15.   end if
  16. end
  17.